SearchInContentResponse

data class SearchInContentResponse(result: List<SearchMatch>)

Represents response frame that is returned from Debugger#searchInContent operation call. Searches for given string in script content.

See also

Constructors

SearchInContentResponse
Link copied to clipboard
fun SearchInContentResponse(result: List<SearchMatch>)

Properties

result
Link copied to clipboard
val result: List<SearchMatch>
List of search matches.

Sources

jvm source
Link copied to clipboard